projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05fe74b
)
Add .jsx to auto-mode-alist
author
Tom Tromey
<tom@tromey.com>
Tue, 10 Jan 2017 03:44:19 +0000
(20:44 -0700)
committer
Tom Tromey
<tom@tromey.com>
Fri, 13 Jan 2017 19:38:36 +0000
(12:38 -0700)
Bug#25389:
* lisp/files.el (auto-mode-alist): Add entry for .jsx.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index fbd00af479cccb1444c98ec29f60c18982e641c7..b57e35b9a0a7dda6e5422a76aaf49a24a85f6225 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2543,6
+2543,7
@@
ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\)\\'" . archive-mo
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.jsm?\\'" . javascript-mode)
("\\.json\\'" . javascript-mode)
+ ("\\.jsx\\'" . js-jsx-mode)
("\\.[ds]?vh?\\'" . verilog-mode)
("\\.by\\'" . bovine-grammar-mode)
("\\.wy\\'" . wisent-grammar-mode)